Release 10.1A: OpenEdge Development:
Java Open Clients


Supporting both browsers with the same page

To support both Internet Explorer and Navigator with the same Web page, include code like this:

<OBJECT CLASSID="CLSID:E79DA910-15D0-11d2-B591-00C04FD4A860" 
        CODEBASE="/cabs/o4glrt.cab#Version=9,0,1066,0"> <applet 
code="AppletTest.class" 
codebase="/cabs" name="AppletTest" width="320" height="240" 
archive="apptest.jar,o4glrt.jar"> 
<PARAM NAME=cabbase VALUE=/cabs/apptest.cab> </applet> 

When using the code in this example, be aware of the following issues that arise for the difference browsers:

For more information about supporting both Internet Explorer and Navigator with the same Web page, see the Microsoft Knowledge Base article Q179652.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095